projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6cd31
)
(lisp-body-indent): Add doc.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 21 May 1993 16:37:35 +0000
(16:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 21 May 1993 16:37:35 +0000
(16:37 +0000)
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index c349d594e4b02a493313e78bbd931e71b8fe0174..4a75b4c409746a67c0e07ec6166948b26d71f199 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-426,7
+426,8
@@
of the start of the containing expression."
(method
(funcall method state indent-point)))))))
-(defconst lisp-body-indent 2 "")
+(defconst lisp-body-indent 2
+ "Number of columns to indent the second line of a `(def...)' form.")
(defun lisp-indent-specform (count state indent-point normal-indent)
(let ((containing-form-start (elt state 1))